GoDiagram Win Reference
DeleteLink(L) Method

Deletes the input link from the network.
Syntax
'Declaration
 
Public Overloads Sub DeleteLink( _
   ByVal link As L _
) 
public void DeleteLink( 
   L link
)

Parameters

link
Remarks
Also removes the link from its to node's predecessor list and from its from node's successor list. Performs a no-op if the link is not in the network.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutGenericNetwork<N,L,Y> Class
GoLayoutGenericNetwork<N,L,Y> Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback